home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 4-Demos / Apple Demos / Tutorials / Display Card 4•8⁄8•24 Training / Display Card 4•8_8•24 Training / card_29132.txt < prev    next >
Text File  |  1990-03-19  |  4KB  |  201 lines

  1. -- card: 29132 from stack: in
  2. -- bmap block id: 51389
  3. -- flags: 0000
  4. -- background id: 49679
  5. -- name: content 5
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global mapLoc, cardLoc
  9.   set hilite of bg btn "content 5" to true
  10.   if cardloc > 0 or cardloc < 15 then
  11.     if maploc = "service" then
  12.       set hilite of cd btn ("service" && cardLoc) to true
  13.     end if
  14.   end if
  15. end opencard
  16.  
  17. on closeCard
  18.   global mapLoc, cardLoc
  19.   set hilite of bg btn "content 5" to false
  20.   if maploc = "service" then
  21.     if cardloc > 0 or cardloc < 15 then
  22.       set hilite of cd btn ("service" && cardLoc) to false
  23.     end if
  24.   end if
  25. end closeCard
  26.  
  27.  
  28.  
  29. -- part 1 (field)
  30. -- low flags: 01
  31. -- high flags: 2000
  32. -- rect: left=136 top=136 right=229 bottom=278
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 0
  36. -- font id: 3
  37. -- text size: 9
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: 
  41.  
  42.  
  43. -- part 2 (button)
  44. -- low flags: 00
  45. -- high flags: 2002
  46. -- rect: left=117 top=144 right=157 bottom=140
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 0 / 0
  49. -- text alignment: 1
  50. -- font id: 0
  51. -- text size: 12
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: service 1
  55. ----- HyperTalk script -----
  56. on mouseUp
  57.   push card
  58.   visual effect dissolve
  59.   go card "service 1"
  60. end mouseUp
  61.  
  62.  
  63.  
  64.  
  65. -- part 5 (button)
  66. -- low flags: 00
  67. -- high flags: 2002
  68. -- rect: left=117 top=160 right=173 bottom=140
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 0 / 0
  71. -- text alignment: 1
  72. -- font id: 0
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: service 2
  77. ----- HyperTalk script -----
  78. on mouseUp
  79.   push card
  80.   visual effect dissolve
  81.   go card "service 2"
  82. end mouseUp
  83.  
  84.  
  85.  
  86.  
  87. -- part 6 (button)
  88. -- low flags: 00
  89. -- high flags: 2002
  90. -- rect: left=117 top=176 right=189 bottom=140
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 0 / 0
  93. -- text alignment: 1
  94. -- font id: 0
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: service 2a
  99. ----- HyperTalk script -----
  100. on mouseUp
  101.   push card
  102.   visual effect dissolve
  103.   go card "service 2a"
  104. end mouseUp
  105.  
  106.  
  107.  
  108.  
  109. -- part 8 (button)
  110. -- low flags: 00
  111. -- high flags: 2002
  112. -- rect: left=117 top=209 right=222 bottom=140
  113. -- title width / last selected line: 0
  114. -- icon id / first selected line: 0 / 0
  115. -- text alignment: 1
  116. -- font id: 0
  117. -- text size: 12
  118. -- style flags: 0
  119. -- line height: 16
  120. -- part name: service 5
  121. ----- HyperTalk script -----
  122. on mouseUp
  123.   push card
  124.   visual effect dissolve
  125.   go card "service 5"
  126. end mouseUp
  127.  
  128.  
  129.  
  130.  
  131. -- part 14 (button)
  132. -- low flags: 00
  133. -- high flags: 2002
  134. -- rect: left=117 top=193 right=206 bottom=140
  135. -- title width / last selected line: 0
  136. -- icon id / first selected line: 0 / 0
  137. -- text alignment: 1
  138. -- font id: 0
  139. -- text size: 12
  140. -- style flags: 0
  141. -- line height: 16
  142. -- part name: service 7
  143. ----- HyperTalk script -----
  144. on mouseUp
  145.   push card
  146.   visual effect dissolve
  147.   go card "service 7"
  148. end mouseUp
  149.  
  150.  
  151.  
  152.  
  153. -- part 40 (button)
  154. -- low flags: 00
  155. -- high flags: 2002
  156. -- rect: left=42 top=307 right=319 bottom=54
  157. -- title width / last selected line: 0
  158. -- icon id / first selected line: 0 / 0
  159. -- text alignment: 1
  160. -- font id: 0
  161. -- text size: 12
  162. -- style flags: 0
  163. -- line height: 16
  164. -- part name: content 8
  165. ----- HyperTalk script -----
  166. on mouseUp
  167.   push card
  168.   visual effect dissolve
  169.   go card "content 8"
  170.  
  171. end mouseUp
  172.  
  173.  
  174.  
  175. -- part contents for background part 1
  176. ----- text -----
  177. Macintosh Display Card 4‚Ä¢8 and 8‚Ä¢24
  178.  
  179. -- part contents for background part 2
  180. ----- text -----
  181. Stack Contents
  182.  
  183. -- part contents for background part 8
  184. ----- text -----
  185. content5
  186.  
  187. -- part contents for background part 11
  188. ----- text -----
  189. Click any card to go there, a highlighted card indicates where you just came from.
  190.  
  191. -- part contents for background part 12
  192. ----- text -----
  193. Service and Support
  194.  
  195. -- part contents for card part 1
  196. ----- text -----
  197. Introduction
  198. Opening the Macintosh
  199. Installing the Card
  200. Using the Control Panel
  201. The DRAM Expansion Kit